const runtime.maxTinySize
8 uses
runtime (current package)
malloc.go#L114: maxTinySize = _TinySize
malloc.go#L376: if gc.SizeClassToSize[tinySizeClass] != maxTinySize {
malloc.go#L1056: if size < maxTinySize {
malloc.go#L1173: if off+size <= maxTinySize && c.tiny != 0 {
malloc.go#L1688: setTinyBlockContext(unsafe.Pointer(alignDown(uintptr(x), maxTinySize)))
mcheckmark.go#L207: if p >= lastTinyBlock && p < lastTinyBlock+maxTinySize {
mfinal.go#L473: if ot.Elem == nil || ot.Elem.Pointers() || ot.Elem.Size_ >= maxTinySize {
mheap.go#L2407: ptr = alignDown(ptr, maxTinySize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)